home *** CD-ROM | disk | FTP | other *** search
- global DBPath
-
- on exitFrame me
- a = getVariable(sprite(1), "Anecdote:a")
- AnecdoteID = getVariable(sprite(1), "UAnecdoteID" & a)
- db = DGOpenDatabase(DBPath & "FlyBox.mdb", 0, 0, ";PWD=StopLooking")
- DGExecute("DELETE FROM Anecdote WHERE AnecdoteID = " & AnecdoteID, db)
- DGClose(db)
- alert("Your anecdote has been deleted.")
- end
-